Fix a typo in the docs. (#453673, Guillaume Cottenceau)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 9 Jul 2007 19:20:12 +0000 (19:20 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 9 Jul 2007 19:20:12 +0000 (19:20 +0000)
2007-07-09  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtktreeview.c
        (gtk_tree_view_convert_bin_window_to_widget_coords:
        Fix a typo in the docs.  (#453673, Guillaume Cottenceau)

svn path=/trunk/; revision=18417

ChangeLog
gtk/gtktreeview.c

index f4cb0de2a41c2d01611ee222b7d9efe0291b0406..8316796246396c961c5860b20d4649fc4b18956a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-07-09  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktreeview.c
+       (gtk_tree_view_convert_bin_window_to_widget_coords:
+       Fix a typo in the docs.  (#453673, Guillaume Cottenceau)
+
 2007-07-09  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted): Emit 
index f44ed7ac2025d3883b1fa564133fe89d2c562f33..cc440a1190cd1d928c6293c79318a554f5dfe22e 100644 (file)
@@ -12987,7 +12987,7 @@ gtk_tree_view_convert_widget_to_bin_window_coords (GtkTreeView *tree_view,
  * @wx: return location for widget X coordinate
  * @wy: return location for widget Y coordinate
  *
- * Converts bin_window coordinates (see gtk_tree_view_get_bin_window()).
+ * Converts bin_window coordinates (see gtk_tree_view_get_bin_window())
  * to widget relative coordinates.
  *
  * Since: 2.12